golang.org/x/net/http2.ClientConn.encodeHeaders (method)

2 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1485: 	hdrs, err := cc.encodeHeaders(req, cs.requestedGzip, trailers, contentLen)
		transport.go#L1833: func (cc *ClientConn) encodeHeaders(req *http.Request, addGzipHeader bool, trailers string, contentLength int64) ([]byte, error) {